Compiler-specific instructions. Common usage:
#pragma once // Prevents multiple inclusions of a header file
Other examples include disabling warnings or optimizing code sections, but they vary by compiler.